API Documentation
ProjectSaveQuery.h
1 // ProjectSaveQuery.h
3 //
5 
6 namespace nkScripts
7 {
11  struct DLL_SCRIPTS_EXPORT ProjectSaveQuery
12  {
13  std::string _path ;
14 
15  ResourceDeclAugmentCallback* _augmentCallback = nullptr ;
16  } ;
17 }
nkScripts::ResourceDeclAugmentCallback
Represents a callback enabling to "augment" a loading or saving of a project.
Definition: ResourceDeclAugmentCallback.h:15
nkScripts
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
nkScripts::ProjectSaveQuery::_path
std::string _path
The path in which the project should be saved.
Definition: ProjectSaveQuery.h:13
nkScripts::ProjectSaveQuery
Holds information for a project saving query.
Definition: ProjectSaveQuery.h:12